Declare Function ShowCursor Lib "User" (ByVal fShow As Integer) As Integer
Declare Function GetPrivateProfileString Lib "Kernel" (ByVal lpAppName As String, ByVal lpKeyName As String, ByVal lpDefault As String, ByVal lpReturnedString As String, ByVal nSize As Integer, ByVal lpFileName As String) As Integer
Declare Function WritePrivateProfileString Lib "Kernel" (ByVal lpAppName As String, ByVal lpKeyName As String, ByVal lpString As String, ByVal lpFileName As String) As Integer
Declare Sub SetWindowPos Lib "User" (ByVal hWnd As Integer, ByVal hWndInsertAfter As Integer, ByVal X As Integer, ByVal Y As Integer, ByVal cx As Integer, ByVal cy As Integer, ByVal wFlags As Integer)
Declare Function SetSysModalWindow Lib "User" (ByVal hWnd%) As Integer
'
' Simple Password Routine
'
' Input: Password to be calculated
' Output: Long "Checksum" of Password
'
' NB. The password maintained in this screen saver is NOT the
' Standard Windows Screen Saver Password. The password used
' with this screen saver is maintained in
' [Screen Saver.Red Top] Section in the Control.ini